github.com/jackc/pgx/v5/pgconn.pgconnError.err (field)

6 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		errors.go#L169: 	err         error
		errors.go#L175: 		return e.err.Error()
		errors.go#L177: 	if e.err == nil {
		errors.go#L180: 	return fmt.Sprintf("%s: %s", e.msg, e.err.Error())
		errors.go#L188: 	return e.err
		pgconn.go#L617: 			err:         normalizeTimeoutError(ctx, err),